home *** CD-ROM | disk | FTP | other *** search
- :
- : rps - render postscript files
- :
- : this program and the shar method of distribution of GNU postscript
- : programs were created by Rich Morin - hoptoad.UUCP!cfcl!rdm@cgl.ucsf.edu
- :
- for i in $*; do
- soelim $i |
- awk '
- BEGIN { print "%!" }
- { print }
- ' |
- lpr #print a postscript file
- done
-